Welcome![Sign In][Sign Up]
Location:
Search - key c

Search list

[Otherkey

Description: key.c按键子程序!把后缀名改为c即可用哈!
Platform: | Size: 777 | Author: 赠予 | Hits:

[Other resourcekey.h

Description: 该头文件配合key.c,在main函数中调用key.c,都文件中添加key.h,使软件更清晰,一目了然
Platform: | Size: 3268 | Author: 白天 | Hits:

[VC/MFCThe C++ Programming Language Special 3rd Edition.pdf

Description: This book presents every major C++ language feature and the standard library. It is organized around language and library facilities. However, features are presented in the context of their use. That is, the focus is on the language as the tool for design and programming rather than on the language in itself. This book demonstrates key techniques that make C++ effective and teaches the fundamental concepts necessary for mastery. Except where illustrating technicalities, examples are taken from the domain of systems software. A companion, The Annotated C++ Language Standard, presents the complete language definition together with annotations to make it more comprehensible. The primary aim of this book is to help the reader understand how the facilities offered by C++ support key programming techniques. The aim is to take the reader far beyond the point where he or she gets code running primarily by copying examples and emulating programming styles from other languages. Only a good understanding of the ideas behind the language facilities leads to mastery. Supplemented by implementation documentation, the information provided is sufficient for completing significant realworld projects. The hope is that this book will help the reader gain new insights and become a better programmer and designer.
Platform: | Size: 2918999 | Author: koqingyu@foxmail.com | Hits:

[ARM-PowerPC-ColdFire-MIPSarm key

Description: 一个很好的c程序 再hitool for arm 下开发-a good c hitool the procedures developed for arm
Platform: | Size: 18432 | Author: 王连生 | Hits:

[Other Embeded programkeys4

Description: 华恒开发板s3c2410的按钮中断处理程序.其中keys4.c 为驱动程序,key.c为按钮测试程序. 先用insmod加载模块.再运行./key进行测试-huaheng development board s3c2410 button interrupt handling procedures. Which keys4.c-driven procedures, key.c button for the test. By using insmod loading. Re-running./Key test
Platform: | Size: 7168 | Author: | Hits:

[Other GamesC语言练习键盘打字

Description: 用C++编的打字练习小游戏,可玩性到不是高,关键看看别个咋编的-C series of the typing exercises little game, that is not high playability, the key to another look at the series of the night
Platform: | Size: 57344 | Author: 马跃 | Hits:

[Windows Develop聊天室(C#源代码)

Description: C#写的聊天室源代码,本系统数据库采用Access 运行时将Web.config中 <add key="data" value="Provider=Microsoft.Jet.OLEDB.4.0 Data Source=F:\class_web\chatsystem\DataBase\data.mdb "/> 数据库所在目录改为本机实际目录 暂时未提供会员系统,登陆请用 默认用户:saintqiqi 密码:987654 起始页面:http://localhost/ChatSystem/Login.aspx 联系方式: saintqiqi@163.com-C# Written in the chat room source code, the system database using Access runtime will Web.config in <add key = data value = Provider = Microsoft.Jet.OLEDB.4.0 Data Source = F: class_webchatsystemDataBasedata.mdb /> databases where the directory read the local temporary directory does not provide the actual membership system, landing please use the default user: saintqiqi Password: 987654 Start Page: http://localhost/ChatSystem/Login.aspx Contact: saintqiqi@163.com
Platform: | Size: 416768 | Author: 刘原奇 | Hits:

[Other DatabasesDesdll

Description: 把所给的三个文件DES.h,DES.c,KEY.c在C++ 中创建一个动态链接库,分别加入到相应的Header Files和、Source Files和Desdll.h中-turning to the three documents DES.h, DES.c. KEY.c in C for the creation of a dynamic link library were added to the corresponding Header Files and, Source Files and had Desdll.h
Platform: | Size: 6144 | Author: flying840310 | Hits:

[VC/MFCC++perfect

Description: c++完美版本,纯中文,深入分析C++的对象等难点重点。-c perfect version of pure Chinese, in-depth analysis of the C key targets such difficult.
Platform: | Size: 7817216 | Author: cetion | Hits:

[SCMlcd-key-led

Description: 这是我学习过程中编写的测试代码,用STD2.51开发环境,C语言编写,以MICETEK EV44B0-II开发板为硬件测试平台,用到串口,液晶,键盘,LED。 液晶包括图片显示、划线、ASCII码显示、4000多常用的汉字库,可以显示任意常用的汉字。 键盘采用中断触发!-This is my learning process to prepare the test code used STD2.51 development environment, C language, MICETEK to EV44B0-II development board for hardware test platform, used Serial, LCD, keyboard, LED. LCD including pictures, delimited ASCII, more than 4,000 commonly used Chinese characters library, be able to show the Chinese characters commonly used arbitrary. Keyboard interrupt trigger!
Platform: | Size: 477184 | Author: 王现运 | Hits:

[USB developusb-key-all

Description: 用keil c和vb开发的单片机通用usb键盘,包含固件源码,驱动,调试程序和原理图。对做相关毕业设计的人很有帮助。-with keil c and vb development of the general-purpose usb keyboard includes firmware source code, drivers, Commissioning procedures and drawings. Make relevant to the graduate design helpful.
Platform: | Size: 155648 | Author: wf | Hits:

[VC/MFCc++stlGuider

Description: 本书通过对大量程序实例的分析,深入浅出地讲解了C++ STL高级编程技术。全书一首先介 绍了c十+语言的基本知识、c++语言编程核心技术和C++关键库类,然后逐步过渡到c++STL 编程技术,用较大的篇幅对它们进行了深入的剖析和源码解析。-book by the large number of examples of the analysis procedures, and easy to explain to the High C Programming STL. Book a first introduced the c 10 basic knowledge of language, c programming language core technology and key to the C category, then gradually transition to c STL programming technology, using the larger space to them for the in-depth analysis and source code analysis.
Platform: | Size: 18061312 | Author: | Hits:

[Crack HackDES(c++)

Description: 在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据在公共通信网中传输的安全性和可靠性。-communications networks in the two ends, the two sides agreed unanimously the Key, In communications with the source Key to the core DES data encryption, Then a password in the form of public communication networks (such as the telephone network) transmission of the communication network in the end, data arrived at their destination, Key used the same password for data decryption, it depicts the code forms the core data. This will ensure that the core data in the public telecommunication network transmission security and reliability.
Platform: | Size: 4096 | Author: fang | Hits:

[assembly languageIR-LED

Description: 红外键值码LED显示,用于C51程序,解码遥控器编码 -IR key code LED display for the C51 process, decoding the remote control code
Platform: | Size: 2048 | Author: 林强 | Hits:

[SCMkey

Description: 用51单片机c语言编写的键盘扫描程序-With 51 single-chip c language keyboard scanner
Platform: | Size: 1024 | Author: chenwei | Hits:

[OtherC++dexuexikejian

Description: 概论:程序设计的基本概念与基本 1 . 方法;怎样才能学好这门基础课 2. 程序的基本结构 3. 编程关键:逻辑思维与问题求解 人是怎样让计算机帮助自己解题的 4. 数据的组织方式一:数组 5. 模块化:函数与函数调用 6. 分治思想:递归算法及其实现 7. 逻辑指代与物理指代:指针 8. 数据的组织方式二:结构 9. 蒙特卡洛法 10.贪心法 11.动态规划 12. 数据的组织方式三:链表与树 13.数据的组织方式四:文件,数据的 永久存储与重复使用 14.面向对象程序设计的概念及特点-Introduction: the basic concepts of program design and basic one. Methods how to learn this basic course 2. The basic structure of the procedure 3. Programming key: logical thinking and problem solving is how to make computers help themselves solve problems 4. Data one organization: the array 5. Modularized: function and function call 6. divided Thought: recursive algorithm and its realization 7. logical and physical anaphora anaphora: pointer 8. data organization II: the structure of 9. montecalvo Lofa 10. Greedy 11. Dynamic Programming 12. data organization III: List and Tree 13. data organized in a manner that four: documents, data, permanent storage and re-use 14. object-oriented programming concepts and the characteristics of
Platform: | Size: 1972224 | Author: wenyong | Hits:

[SCMkey+lcd

Description: 这是单片机驱动液晶显示器12864和键盘的源代码,其中12864的驱动芯片是ST7290,键盘是4*4的矩阵键盘。-This is a single-chip LCD driver and keyboard 12864 source code, of which 12,864 of the driver IC is ST7290, the keyboard is a 4* 4 matrix keyboard.
Platform: | Size: 55296 | Author: 廖芳宇 | Hits:

[SCMkey

Description: 基于80c51的16*16矩阵键盘,使用C语言编程,利用了中断功能,并用数码管显示键值-Price coverlet 80C51 cavity 16* 16 Tat Ying Fei River captured ㄛ Use C Pang Sung-met using the most ㄛ Hitomi笢destroy residual features ㄛ sweet bowl using tungsten Duo-ying珆striped硉
Platform: | Size: 15360 | Author: lin | Hits:

[SCMkey

Description: 键盘按键程序,C语言编写的-Keystroke procedures, C language
Platform: | Size: 1024 | Author: 胡旭东 | Hits:

[SCMkey.h

Description: 该头文件配合key.c,在main函数中调用key.c,都文件中添加key.h,使软件更清晰,一目了然-The header file with key.c, in the main function call key.c, all files add key.h, so that software is more clear at a glance
Platform: | Size: 3072 | Author: 白天 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net